home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / weatherpulse-setup.exe / {app} / weatherpulse.exe / 0 / RCDATA / TPROPFRM / TPROPFRM.txt
Text File  |  2005-11-13  |  991b  |  50 lines

  1. object PropFrm: TPropFrm
  2.   Left = 452
  3.   Top = 379
  4.   Width = 513
  5.   Height = 162
  6.   ActiveControl = Button1
  7.   Caption = 'Properties'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 184
  20.     Top = 88
  21.     Width = 105
  22.     Height = 25
  23.     Caption = '&Close'
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object Button2: TButton
  28.     Left = 32
  29.     Top = 48
  30.     Width = 441
  31.     Height = 25
  32.     Caption = 'Click here to show this image with'
  33.     TabOrder = 1
  34.     OnClick = Button2Click
  35.   end
  36.   object PropertiesEdit: TEdit
  37.     Left = 16
  38.     Top = 16
  39.     Width = 473
  40.     Height = 21
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clBlue
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     TabOrder = 2
  48.   end
  49. end
  50.